home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / misc / update / whit1108.cpt / 11.08 New Stuff next >
Encoding:
Text File  |  1990-07-05  |  1.0 KB  |  24 lines

  1. 1) Fixed two more problems with VT102 emulation.  The first corrected
  2. incorrect double-spacing of lines, the second caused data to not be lined
  3. up correctly when printing to certain printers.
  4.  
  5. 2) If the Procedure command END is executed, Procedures left on the "stack"
  6. via previous NEST commands are now cleared out.  In other words, an explicit
  7. END command (unlike a Procedure that finishes without an END command) cancels
  8. all previous NEST commands.
  9.  
  10. 3) Fixed bug in ZMODEM receive that trashed a non-MacBinary file that had been
  11. aborted and later resumed.
  12.  
  13. 4) Fixed bug in page printing routines that could clip off top of first line
  14. on each page when a large font size was selected.
  15.  
  16. 5) Fixed bug where a PROMPT ^ Procedure command, when satisfied, did not
  17. disable all active ALERT commands.
  18.  
  19. 6) Fixed bug with menus showing up in bizarre order under alpha version of
  20. System 7.0.
  21.  
  22. 7) The Service->Procedure->Write For Me function will now properly write
  23. commands for Short Break Signal, Long Break Signal, Invert DTR For 1 Second,
  24. and ASCII DEL character (code 127).